home *** CD-ROM | disk | FTP | other *** search
- <html>
- <head>
- <script language="JavaScript">
- <!--
-
- if (document.images) {
-
- // Preload rollover images
- nav1a = new Image(78,18);
- nav1a.src = "/images/addIP_b.jpg";
- nav2a = new Image(78,18);
- nav2a.src = "/images/help_b.jpg";
- nav3a = new Image(78,18);
- nav3a.src = "/images/addIP_b.jpg";
- nav4a = new Image(78,18);
- nav4a.src = "/images/help_b.jpg";
-
- // Preload rolloff images
- nav1 = new Image(78,18);
- nav1.src = "/images/addIP_g.jpg";
- nav2 = new Image(78,18);
- nav2.src = "/images/help_g.jpg";
- nav3 = new Image(78,18);
- nav3.src = "/images/addIP_g.jpg";
- nav4 = new Image(78,18);
- nav4.src = "/images/help_g.jpg";
-
-
- }
-
- // function for rollover
- function msover(imgName) {
- if (document.images[imgName]) {
- document.images[imgName].src = eval(imgName + "a.src");
- }
- }
-
- // function for rollout
- function msout(imgName) {
- if (document.images[imgName]) {
- document.images [imgName].src = eval(imgName + ".src");
- }
- }
-
- // -->
- </script>
- <meta NAME="Author,Design" Content="GateKeeper Team; gatekeeper@infopulse.net">
- <meta NAME="Copyright" Content="Infopulse; www.infopulse.net">
- <title>Empty</title>
- </head>
- <body bgcolor="#FFFFFF" text="#000000">
- <table border="0" cellpadding="0" cellspacing="1" width="100%">
- <tr valign=top>
- <td width="100%" valign=top align=right><a
- href="addfilter.agp" onMouseOver="msover('nav1')" onMouseOut="msout('nav1')"><img
- src="/images/addIP_g.jpg" width="220" height="24" alt="Add new IP filter" name=nav1 border=0></a><a
- href="hlpRules.htm" onMouseOver="msover('nav2')" onMouseOut="msout('nav2')"><img
- src="/images/help_g.jpg" width="129" height="24" alt="Help" name=nav2 border=0></a>
- </td>
- </tr>
- </table>
- <p><big><strong><font face="Arial">
- Incoming rules
- </font></strong></big></p>
- <div>
- <table border="1" cellpadding="0" cellspacing="0" width="100%">
- <tr>
- <%
- if Accounts.AccessType then
- msg = "All incoming requests are DENIED, except these"
- else
- msg = "All incoming requests are ALLOWED, except these"
- end if
- %>
- <td width="70%" bgcolor="#183159"><strong><font face="Arial" color="#FFFFFF">
- <%Response.Write(msg)%>
- </font></strong></td>
- <td align="center" width="30%" bgcolor="#183159"><strong><font face="Arial" color="#FFFFFF">
- Action
- </font></strong></td>
- </tr>
- <%Response.Write(Accounts.MaskList)%>
- </table></div>
- <br>
- <table border="0" cellpadding="0" cellspacing="1" width="100%">
- <tr valign=top align=left>
- <td width="100%" valign=top align=left><a
- href="addfilter.agp" onMouseOver="msover('nav3')" onMouseOut="msout('nav3')"><img
- src="/images/addIP_g.jpg" width="220" height="24" alt="Add new IP filter" name=nav3 border=0></a><a
- href="hlpRules.htm" onMouseOver="msover('nav4')" onMouseOut="msout('nav4')"><img
- src="/images/help_g.jpg" width="129" height="24" alt="Help" name=nav4 border=0></a>
- </td>
- </tr>
- </table>
-
- <form method="POST" action= "filteredit.agp">
- <font face="Arial">
- Press this button in order to
- <%
- if Accounts.AccessType then
- %>
- <input type="submit" name="action" value="Allow">
- <%
- else
- %>
- <input type="submit" name="action" value="Deny">
- <%
- end if
- %>
- all incomming requests except those listed above.</font>
- </form>
- <font size="1" face="Arial"><%Response.Write(GateKeeper.Version)%></font>
- </body>
- </html>
-